home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDATAPREFSFRAME / TDATAPREFSFRAME.txt
Text File  |  2008-11-03  |  549b  |  25 lines

  1. inherited DataPrefsFrame: TDataPrefsFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Data_Compare_Options'
  4.   Caption = 'Data Compare'
  5.   inherited DefaultBtn: TUiButton
  6.     TabOrder = 1
  7.   end
  8.   object MiscGroupBox: TUiGroupBox
  9.     Left = 8
  10.     Top = 8
  11.     Width = 409
  12.     Height = 41
  13.     Caption = 'Miscellaneous'
  14.     TabOrder = 0
  15.     object DetailsResizeColsToFitEdit: TUiCheckBox
  16.       Left = 8
  17.       Top = 20
  18.       Height = 17
  19.       Caption = 'Details resize columns to fit'
  20.       TabOrder = 0
  21.       OnClick = SomethingChangedClick
  22.     end
  23.   end
  24. end
  25.